home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / funny_te.swf / scripts / DefineButton2_42 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-11-09  |  72 b   |  7 lines

  1. on(release){
  2.    with(_root.act)
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6. }
  7.